home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / newhead.zip / NEWHEAD.DOC < prev    next >
Text File  |  1993-01-04  |  750b  |  22 lines

  1. PROGRAM NAME:  NEWHEAD.PAS
  2.  
  3. DESCRIPTION:   PASCAL program restores a corrupted dBASE III
  4. database file header.
  5.  
  6. ISSUE:  December, 1985
  7.  
  8. SOFTWARE VERSIONS: dBASE III, versions 1.0, 1.1
  9.  
  10. FUNCTION: The program (1) reads the corrupted database file and
  11. the new structure into memory, (2) gets the new record count from
  12. the user, and (3) places the data from the new structure into the
  13. corresponding bytes in the old structure.  It allows a new record
  14. count of one billion records.
  15.  
  16. FILES NEEDED: NEWHEAD.PAS
  17.               A database file that has a corrupted header
  18.  
  19. SETUP INSTRUCTIONS:  Create a new structure corresponding exactly
  20. to the structure of your old corrupted database file.  Then type
  21. NEWHEAD from the A> or C> prompt.
  22.